Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent.coreContrib--remotableSeamBeans

This contribution is part of XML component org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent.coreContrib inside nuxeo-platform-webapp-core-9.10.jar /OSGI-INF/seamremotingjsbuilder-contrib.xml

Extension Point

Extension point remotableSeamBeans of component SeamRemotingJSBuilderComponent.

Contributed Items

  • <remotableSeamBeans>
              <beans>
                     <bean>FileManageActions</bean>
                     <bean>workspaceActions</bean>
                     <bean>documentActions</bean>
                     <bean>popupHelper</bean>
              </beans>
          </remotableSeamBeans>

XML Source

<extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent">
      <remotableSeamBeans>
          <beans>
                 <bean>FileManageActions</bean>
                 <bean>workspaceActions</bean>
                 <bean>documentActions</bean>
                 <bean>popupHelper</bean>
          </beans>
      </remotableSeamBeans>
  </extension>